html {
  overflow-x: hidden;
}
.max-width {
  width: 93.75%;
  margin: auto;
}
.max-width2 {
  width: 81.25%;
  margin: auto;
}
.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mbimg {
  display: none;
}
.header-box {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 89;
}
.header-box .header_cnt {
  display: flex;
  justify-content: space-between;
}
.header-box .header_cnt img.scroll {
  display: none;
}
.header-box .header_cnt .header_left {
  display: flex;
  align-items: center;
}
.header-box .header_cnt .header_left > ul {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.header-box .header_cnt .header_left > ul li {
  margin-left: 35px;
}
.header-box .header_cnt .header_left > ul li > a {
  font-size: 16px;
  color: #fff;
  display: block;
  position: relative;
  height: 90px;
  line-height: 90px;
}
.header-box .header_cnt .header_left > ul li > a::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #003DA5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.header-box .header_cnt .header_left > ul li:hover > a {
  color: #003DA5;
}
.header-box .header_cnt .header_left > ul li:hover > a::after {
  display: block;
}
.header-box .header_cnt .header_left > ul li:hover .header_menu {
  display: block;
}
.header-box .header_cnt .header_left .header_menu {
  background: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  display: none;
  max-height: calc(100vh - 180px);
  overflow: hidden;
  transition: all 0.5s;
}
.header-box .header_cnt .header_left .header_menu .max_width {
  display: flex;
  padding: 60px 0 30px;
  width: 93.75%;
  margin: auto;
  max-height: calc(100vh - 180px);
  box-sizing: border-box;
}
.header-box .header_cnt .header_left .header_menu .max_width .left {
  width: 14.1%;
  flex: none;
  border-right: 1px solid #C7C7C7;
  padding: 26px 0;
  max-height: calc(100vh - 180px);
  overflow-y: scroll;
}
.header-box .header_cnt .header_left .header_menu .max_width .left a {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}
.header-box .header_cnt .header_left .header_menu .max_width .left a text {
  color: #666666;
  font-size: 18px;
}
.header-box .header_cnt .header_left .header_menu .max_width .left a.active text {
  color: #003DA5;
}
.header-box .header_cnt .header_left .header_menu .max_width .left a img {
  margin-right: 25px;
}
.header-box .header_cnt .header_left .header_menu .max_width .right {
  width: 82.4%;
  display: inline-flex;
  flex: none;
  flex-wrap: wrap;
  overflow: scroll;
  padding-bottom: 100px;
  position: relative;
  box-sizing: border-box;
  max-height: calc(100vh - 180px);
}
.header-box .header_cnt .header_left .header_menu .max_width .right a {
  text-align: center;
  width: 18%;
  margin-left: 2%;
  flex: none;
  margin-bottom: 20px;
}
.header-box .header_cnt .header_left .header_menu .max_width .right a img {
  max-width: 100%;
}
.header-box .header_cnt .header_left .header_menu .max_width .right a .font16 {
  color: #666666;
  margin-top: 12px;
  font-size: 16px;
}
.header-box .header_cnt .header_left .header_menu .max_width .right a .font14 {
  color: #003DA5;
}
.header-box .header_cnt .header_right {
  display: inline-flex;
  align-items: center;
}
.header-box .header_cnt .header_right .search_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  padding: 6px 0 6px 2px;
  margin-right: 10px;
  width: 125px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.header-box .header_cnt .header_right .search_box input {
  width: 90px;
  background: none;
  color: #fff;
  padding-right: 5px;
  box-sizing: border-box;
}
.header-box:hover .pc_header {
  background: #fff;
}
.header-box:hover .pc_header .header_cnt img.scroll {
  display: block;
}
.header-box:hover .pc_header .header_cnt img.default {
  display: none;
}
.header-box:hover .pc_header .header_cnt .header_left > ul li > a {
  color: #333;
}
.header-box:hover .pc_header .header_cnt .header_right .search_box {
  border-color: rgba(0, 0, 0, 0.39);
}
.header-box .mobile-header {
  display: none;
  height: 66px;
  transition: all 0.3s;
}
.header-box .mobile-header .scroll {
  display: none;
}
.header-box .mobile-header .m-h-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-box .mobile-header .m-h-box .logo img {
  max-width: 110px;
}
.header-box .mobile-header .m-h-box .icons {
  display: inline-flex;
  align-items: center;
}
.header-box .mobile-header .m-h-box .icons > img {
  margin-left: 11px;
}
.header-box .mobile-header .m-h-box .icons > img.menu_icon {
  margin-left: 8px;
}
.header-box .mobile-header .m-h-box .icons > img:first-child {
  margin-left: 0;
}
.header-box .mobile-header .m-h-box .icons > img.close_icon {
  display: none;
  margin-left: 8px;
}
.header-box .mobile-header .m-h-box .icons .shop {
  max-width: 62px;
  margin-left: 11px;
}
.header-box .mobile-header .m-h-box .search {
  max-width: 17px;
}
.header-box .mobile-header .m-h-box .wx {
  width: 23px;
}
.header-box .mobile-header .m-h-box .menu_icon,
.header-box .mobile-header .m-h-box .close_icon {
  width: 33px;
}
.header-box .onScroll {
  background: #fff;
}
.header-box .onScroll .header_cnt img.scroll {
  display: block;
}
.header-box .onScroll .header_cnt img.default {
  display: none;
}
.header-box .onScroll .header_cnt .header_left > ul li > a {
  color: #333;
}
.header-box .onScroll .header_cnt .header_right .search_box {
  border-color: rgba(0, 0, 0, 0.39);
}
.header-box .mobileScroll {
  background: #fff;
  display: block;
}
.header-box .mobileScroll img.default {
  display: none;
}
.header-box .mobileScroll img.scroll {
  display: inline-block;
}
.saf-search {
  display: none;
  position: fixed;
  top: 73px;
  background: #fff;
  width: 92%;
  left: 4%;
  z-index: 9;
  transition: all 0.3s;
  border: 1px solid rgba(67, 67, 67, 0.21);
}
.saf-search .searchForm {
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.saf-search .searchForm input {
  border: none;
  height: 44px;
  outline: none;
  margin-left: 9px;
  width: calc(100% - 60px);
}
.saf-search .searchForm img {
  width: 18px;
}
.mobile-menu {
  background: #fff;
  position: fixed;
  top: 66px;
  width: 100%;
  z-index: 999;
  display: none;
  overflow: scroll;
}
.mobile-menu > li a {
  outline: none;
}
.mobile-menu > li > a,
.mobile-menu > li .title {
  display: block;
  padding: 19px 21px 19px 27px;
  border-bottom: 1px solid #E1E1E1;
  color: #333;
  font-size: 18px;
}
.mobile-menu > li .title {
  display: flex;
  justify-content: space-between;
}
.mobile-menu > li .title img {
  width: 16px;
  height: 16px;
}
.mobile-menu > li .title a {
  color: #333;
}
.mobile-menu > li .title .transform {
  transform: rotate(180deg);
}
.mobile-menu > li .sub-nav {
  padding: 1.5rem 15px 2.5rem;
  background: #F5F5F5;
  display: none;
}
.mobile-menu > li .sub-nav .sub-nav-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 2.7rem;
}
.mobile-menu > li .sub-nav .sub-nav-list div {
  flex: none;
  width: 50%;
  padding: 1.5rem 0;
  display: inline-flex;
  align-items: center;
}
.mobile-menu > li .sub-nav .sub-nav-list div text {
  color: #2A2A2A;
  font-size: 15px;
  margin-left: 4px;
}
.mobile-menu > li .sub-nav .sub-nav-list div.sub-active text {
  color: #003DA5;
}
.mobile-menu > li .sub-nav .product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4.2%;
}
.mobile-menu > li .sub-nav .product-content .item {
  width: 45.8%;
  flex: none;
  margin-bottom: 20px;
}
.mobile-menu > li .sub-nav .product-content .item img {
  width: 100%;
}
.mobile-menu > li .sub-nav .product-content .item .font14 {
  font-size: 14px;
  padding: 12px 0 7px;
  color: #666666;
}
.mobile-menu > li .sub-nav .product-content .item .font12 {
  font-size: 12px;
  color: #003DA5;
  text-align: center;
}
.mobile-menu > li .active {
  color: #003DA5 !important;
}
.footer {
  background: #272727;
}
.footer .max_width {
  width: 81.25%;
  margin: auto;
}
.footer .max_width .top {
  text-align: center;
  padding-top: 30px ;
}
.footer .max_width .top .font24 {
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.footer .max_width .top .font14 {
  font-size: 14px;
  color: #888888;
}
.footer .max_width .store {
  text-align: center;
  margin-top: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 53px;
}
.footer .max_width .store a {
  margin: 0 120px;
}
.footer .max_width .bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 76px;
  padding-top: 42px;
}
.footer .max_width .bottom .nav_list {
  width: 60.5%;
  flex: none;
  display: inline-flex;
  justify-content: space-between;
}
.footer .max_width .bottom .nav_list .nav_item {
  font-size: 14px;
}
.footer .max_width .bottom .nav_list .nav_item .class {
  color: #fff;
  font-weight: bold;
}
.footer .max_width .bottom .nav_list .nav_item .item {
  color: #888888;
}
.footer .max_width .bottom .nav_list .nav_item a {
  margin-bottom: 20px;
  display: block;
}
.footer .max_width .bottom .nav_list .nav_item.other_item a {
  margin-bottom: 15px;
}
.footer .max_width .bottom .mb_list {
  display: none;
}
.footer .max_width .bottom .contact {
  width: 19.1%;
  flex: none;
}
.footer .max_width .bottom .contact .item {
  color: #fff;
  margin-bottom: 20px;
}
.footer .max_width .bottom .contact .item .bold {
  font-weight: bold;
}
.footer .max_width .bottom .contact .item .font14 {
  font-size: 14px;
}
.footer .max_width .bottom .contact .item .font24 {
  font-size: 24px;
  color: #fff;
}
.footer .max_width .bottom .contact .item p:nth-child(1) {
  margin-bottom: 10px;
}
.footer .max_width .bottom .contact .email {
  background: #545454;
  width: 72%;
  display: inline-flex;
  align-items: center;
  padding: 12px 17px 14px;
  justify-content: space-between;
}
.footer .max_width .bottom .contact .email input {
  width: calc(100% - 22px);
  background: none;
  color: #fff;
}
.footer .max_width .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .max_width .links .left {
  display: inline-flex;
  align-items: center;
}
.footer .max_width .links .left img {
  margin-right: 1.7rem;
}
.footer .max_width .links .left a {
  margin-right: 2rem;
  font-size: 14px;
  color: #fff;
}
.footer .max_width .links .left a:last-child {
  margin-right: 0;
}
.footer .max_width .links .left a.mbblock {
  display: none;
}
.footer .max_width .links .right {
  display: flex;
}
.footer .max_width .links .right a {
  margin-left: 2rem;
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.footer .max_width .links .right a .icon_hover {
  display: none;
  position: absolute;
  bottom: 150%;
  transition: all 1s;
  left: 0;
  transform: translateX(calc(-50% + 16px));
  opacity: 0;
  width: 120px;
  height: 120px;
}
.footer .max_width .links .right a:hover .icon_hover {
  display: block;
  bottom: 150%;
  opacity: 1;
}
.footer .max_width .cmp {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  padding: 22px 0 25px;
}
.footer .max_width .cmp .left {
  display: inline-flex;
}
@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container .banner,
.container1 .banner {
  overflow: hidden;
}
.container .banner > img,
.container1 .banner > img {
  width: 100%;
  animation: scaleAnim 5s ease forwards;
}
.modal-dialog {
  width: 700px;
  color: #000;
}
.modal-dialog .modal-content .modal-header {
  padding: 0;
}
.modal-dialog .modal-content .modal-header .title {
  background: #000;
  height: 90px;
  line-height: 90px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-dialog .modal-content .modal-header .title .font36 {
  color: #fff;
  font-size: 36px;
}
.modal-content {
  border-radius: 0;
}
.modal-content .modal-body {
  padding: 16px 47px 0;
}
.modal-content .modal-body .way {
  margin-bottom: 10px;
}
.modal-content .modal-body .way p {
  font-size: 14px;
  margin-bottom: 3px;
}
.modal-content .modal-body .item {
  padding-bottom: 14px;
}
.modal-content .modal-body .item .item_title {
  margin-bottom: 13px;
}
.modal-content .modal-body .item .item_title text:nth-child(1) {
  font-size: 18px;
  margin-right: 3px;
}
.modal-content .modal-body .item .item_title text:nth-child(2) {
  color: #FF0000;
  font-size: 22px;
  position: relative;
  bottom: 2px;
}
.modal-content .modal-body .item input::-webkit-input-placeholder {
  color: #999;
}
.modal-content .modal-body .item .input {
  border: 1px solid #CCCCCC;
  border-radius: 23px;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  background: none;
  width: 100%;
  box-sizing: border-box;
}
.modal-content .modal-body .item .citys {
  display: flex;
  justify-content: space-between;
}
.modal-content .modal-body .item .citys .city_box {
  width: 47.88%;
  flex: none;
  position: relative;
}
.modal-content .modal-body .item .citys .city_box .dropdown-menu {
  width: 100%;
}
.modal-content .modal-body .item .citys .city_box .slt_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 23px;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  background: none;
  color: #999999;
  cursor: pointer;
  box-sizing: border-box;
}
.modal-content .modal-body .item_list {
  display: flex;
  justify-content: space-between;
}
.modal-content .modal-body .item_list .item {
  width: 47.88%;
  flex: none;
}
.modal-content .modal-footer {
  padding: 10px 47px 0;
  border-top: none;
}
.modal-content .modal-footer button {
  width: 100%;
  background: #003DA5;
  height: 60px;
  color: #fff;
  border-radius: 30px;
  font-size: 24px;
  outline: none;
}
.modal-content .modal-footer p {
  color: #FF0000;
  font-size: 14px;
  margin: 22px 0 0;
  text-align: left;
  padding-bottom: 55px;
}
.mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.popup {
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  position: fixed;
  bottom: 0;
  overflow-y: scroll;
  z-index: 100;
  display: none;
}
.popup .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.popup .modal-content .modal-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-bottom: none;
}
.popup .modal-content .modal-header .modal-title {
  width: 100%;
  color: #000;
}
.popup .modal-content .modal-header .modal-title .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup .modal-content .modal-header .modal-title .title img {
  width: 18px;
  height: 18px;
}
.popup .modal-content .modal-body {
  padding: 0 15px 5px;
  color: #000;
}
.popup .modal-content .modal-body .item .item_title text:nth-child(1) {
  font-size: 14px;
}
.popup .modal-content .modal-body .item .item_title text:nth-child(2) {
  font-size: 17px;
  bottom: 0;
  top: 2px;
}
.popup .modal-content .modal-body .item input {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 13px;
}
.popup .modal-content .modal-body .item .citys .city_box .slt_tit {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 13px;
}
.popup .modal-content .modal-body .item .citys .city_box .slt_tit img {
  width: 10px;
}
.popup .modal-content .modal-footer {
  padding: 5px 15px 50px;
}
.popup .modal-content .modal-footer button {
  height: 52px;
  line-height: 50px;
  font-size: 17px;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .footer .max_width .bottom .contact .email {
    width: 82%;
  }
}
@media screen and (max-width: 1366px) {
  .max-width2 {
    width: 88%;
  }
  .footer .max_width {
    width: 88%;
  }
  .footer .max_width .cmp {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .max-width2 {
    width: 90%;
  }
  .footer .max_width {
    width: 90%;
  }
}
/* 手机端样式 */
@media screen and (max-width: 1024px) {
  .max-width2 {
    width: 92%;
  }
  .header-box .pc_header {
    display: none;
  }
  .header-box .mobile-header {
    display: block;
  }
  .header-box .mobile-header .header_cnt {
    height: 100%;
  }
  .footer .max_width {
    width: 100%;
  }
  .footer .max_width .top .font24 {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .footer .max_width .store {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
    margin-top: 20px;
  }
  .footer .max_width .store a {
    margin: 0;
  }
  .footer .max_width .store a img {
    max-width: 120px;
  }
  .footer .max_width .store a:first-child {
    margin-right: 15px;
  }
  .footer .max_width .store a:last-child {
    margin-left: 15px;
  }
  .footer .max_width .bottom {
    flex-direction: column;
    width: 84%;
    margin: auto;
    padding-bottom: 28px;
    padding-top: 35px;
  }
  .footer .max_width .bottom .nav_list {
    display: none;
  }
  .footer .max_width .bottom .contact {
    width: 100%;
  }
  .footer .max_width .bottom .contact .item {
    display: flex;
    align-items: center;
    padding-left: 2rem;
  }
  .footer .max_width .bottom .contact .item p:nth-child(1) {
    margin-bottom: 0;
  }
  .footer .max_width .bottom .contact .item:nth-child(1) {
    align-items: flex-end;
  }
  .footer .max_width .bottom .contact .item .font24 {
    height: 24px;
    line-height: 24px;
  }
  .footer .max_width .bottom .contact .email {
    width: 100%;
  }
  .footer .max_width .bottom .mb_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20%;
  }
  .footer .max_width .bottom .mb_list .item {
    color: #888;
    font-size: 15px;
    flex: none;
    width: 45%;
    margin-bottom: 3rem;
  }
  .footer .max_width .links {
    flex-direction: column;
    width: 84%;
    margin: auto;
    border-bottom: none;
    padding-bottom: 60px;
  }
  .footer .max_width .links .left {
    flex-direction: column;
  }
  .footer .max_width .links .left div {
    margin: 27px 0 30px;
  }
  .footer .max_width .links .left a {
    font-size: 12px;
  }
  .footer .max_width .links .left a.mbblock {
    display: inline-block;
  }
  .footer .max_width .links .left a.pcblock {
    display: none;
  }
  .footer .max_width .links .right {
    width: 100%;
    display: flex;
    padding: 0 2rem;
    justify-content: space-around;
  }
  .footer .max_width .cmp {
    display: none;
  }
  .pcimg {
    display: none;
  }
  .mbimg {
    display: block;
  }
}
